type crypto/hpke.dhKEMPrivateKey
6 uses
crypto/hpke (current package)
kem.go#L258: type dhKEMPrivateKey struct {
kem.go#L282: return &dhKEMPrivateKey{
kem.go#L337: func (k *dhKEMPrivateKey) KEM() KEM {
kem.go#L341: func (k *dhKEMPrivateKey) Bytes() ([]byte, error) {
kem.go#L365: func (k *dhKEMPrivateKey) PublicKey() PublicKey {
kem.go#L372: func (k *dhKEMPrivateKey) decap(encPubEph []byte) ([]byte, error) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |